home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / ncall107.zip / NETCALL.INI < prev    next >
INI File  |  1995-11-12  |  3KB  |  73 lines

  1. ; WWIV.INI for NetCall!   Place these lines at the END of your existing
  2. ; WWIV.INI or rename this one to WWIV.INI
  3. ;
  4. ; This file contains system specific variables and registration data for
  5. ; NetCall! Copyright (C) 1994, 1995 CellarSoft LtD.  Edit to suit your
  6. ; needs and remove the leading semi-colon to activate the definitions.  
  7. ; Complete paths are recommended, but not necessary due to the fact that 
  8. ; NetCall! relocates to the BBS directory to run (IF the BBS directory
  9. ; is in your PATH).  
  10. ;
  11. ; The first uncommented line should be a header to identify the program that 
  12. ; the variables that follow belong to.
  13. [NETCALL]
  14. ;
  15. ; NC_MODEM_SPEED is required for any system that has a value of greater
  16. ; than 28800 in the current Modem Speed (MS) setting in MODEMS.MDM.
  17. ; Systems in this situation need to define this setting as the actual modem
  18. ; speed of your modem, not the locked com port speed.  At present,
  19. ; WWIV uses a short int for modem_speed and will only handle values from
  20. ; 0 to 32,768.  This will be changed in 4.24.  This value has no real
  21. ; effect on the call itself, the modems actually negotiate the speed,
  22. ; however, if the value is not set, or is set above 32,768, NetCall! will
  23. ; not be able to dial the number.  Default: NetCall! reads MS from your
  24. ; MODEM.DAT file.
  25. ;
  26. ;NC_MODEM_SPEED                =14400
  27. ;
  28. ; NC_DEBUG is used mainly for testing purposes but if you would like to
  29. ; monitor the files that are opened and the "behind the scenes" operations
  30. ; of NetCall!, you may define it.  Default: NONE
  31. ;
  32. ;   1 - Files access info
  33. ;   2 - Modem info included
  34. ;   3 - System Contact Data included
  35. ;   9 - FULL DEBUG MODE NetCall! WILL NOT actually make the calls in
  36. ;      this mode.  All normally executed steps will be taken and
  37. ;      the commandline to call the system will be displayed.
  38. ;
  39. ;NC_DEBUG                      =1
  40. ;
  41. ; NC_WAIT_TIME is the delay time between calls.  Default: 30
  42. ;
  43. ;NC_WAIT_TIME                  =20
  44. ;
  45. ; NC_LOGGING enables or disables logging in GFILES\NETLOG.0.  This entry
  46. ; requires a YES setting for logging.  Default: NO
  47. ;
  48. ;NC_LOGGING                    =YES
  49. ;
  50. ; NC_CLEANUP enables or disables network cleanup after each call when
  51. ; using the ALL, OK, or KW monikers.  This option is useful for sysops who
  52. ; make  many calls at a time with large volumes of traffic moving between
  53. ; nodes.  This will save time and calling charges by making sure that all
  54. ; pending data on your system, including what you just picked up, is sent
  55. ; to the node that is called next.  Default: NO
  56. ;
  57. ;NC_CLEANUP                    =YES
  58. ;
  59. ; NC_ERR_LEV enables/disable NetCall!'s passing of errorlevels to DOS
  60. ;and batch files.  FrontDoor will interpret NetCall! errorlevels as it's
  61. ;own and act on them. For FD users, set to NO.  Default: YES
  62. :
  63. :NC_ERR_LEV                    =NO
  64. ;
  65. ; NC_REG_CODE is your registration code that will disable the closing
  66. ; screen, the Shareware Pause, and the expiration date.  This code can
  67. ; be entered manually or thru the commandline option.
  68. ;
  69. ;NC_REG_CODE                   =1502909616
  70. ;
  71. [END]
  72.